home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 April / CHIP CD (4 - 2007).iso / beeld / viewers / karsten-setup-3.4.0.exe / {app} / karsten.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt
Text File  |  2006-11-02  |  3KB  |  107 lines

  1. object AboutBox: TAboutBox
  2.   Left = 278
  3.   Top = 103
  4.   BorderIcons = [biSystemMenu]
  5.   Caption = 'About'
  6.   ClientHeight = 433
  7.   ClientWidth = 489
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   DesignSize = (
  19.     489
  20.     433)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object LicenseInfo: TJvLinkLabel
  24.     Left = 8
  25.     Top = 111
  26.     Width = 473
  27.     Height = 273
  28.     Text.Strings = (
  29.       '')
  30.     Anchors = [akLeft, akTop, akRight, akBottom]
  31.     AutoHeight = False
  32.     OnLinkClick = LicenseInfoLinkClick
  33.     ExplicitWidth = 385
  34.     ExplicitHeight = 242
  35.   end
  36.   object Panel1: TPanel
  37.     Left = 8
  38.     Top = 8
  39.     Width = 473
  40.     Height = 97
  41.     Anchors = [akLeft, akTop, akRight]
  42.     BevelOuter = bvLowered
  43.     TabOrder = 0
  44.     object ProgramIcon: TImage
  45.       Left = 8
  46.       Top = 16
  47.       Width = 65
  48.       Height = 65
  49.       Center = True
  50.       IsControl = True
  51.     end
  52.     object ProductNameLabel: TLabel
  53.       Left = 88
  54.       Top = 16
  55.       Width = 68
  56.       Height = 13
  57.       Caption = 'Product Name'
  58.       IsControl = True
  59.     end
  60.     object VersionLabel: TLabel
  61.       Left = 88
  62.       Top = 45
  63.       Width = 54
  64.       Height = 13
  65.       Caption = 'File Version'
  66.       IsControl = True
  67.     end
  68.     object CopyrightLabel: TLabel
  69.       Left = 88
  70.       Top = 64
  71.       Width = 73
  72.       Height = 13
  73.       Caption = 'Copyright Label'
  74.       IsControl = True
  75.     end
  76.   end
  77.   object CloseBtn: TBitBtn
  78.     Left = 194
  79.     Top = 400
  80.     Width = 101
  81.     Height = 25
  82.     Anchors = [akBottom]
  83.     Caption = '&Close'
  84.     Default = True
  85.     ModalResult = 1
  86.     TabOrder = 1
  87.     Glyph.Data = {
  88.       DE010000424DDE01000000000000760000002800000024000000120000000100
  89.       0400000000006801000000000000000000001000000010000000000000000000
  90.       80000080000000808000800000008000800080800000C0C0C000808080000000
  91.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00388888888877
  92.       F7F787F8888888888333333F00004444400888FFF444448888888888F333FF8F
  93.       000033334D5007FFF4333388888888883338888F0000333345D50FFFF4333333
  94.       338F888F3338F33F000033334D5D0FFFF43333333388788F3338F33F00003333
  95.       45D50FEFE4333333338F878F3338F33F000033334D5D0FFFF43333333388788F
  96.       3338F33F0000333345D50FEFE4333333338F878F3338F33F000033334D5D0FFF
  97.       F43333333388788F3338F33F0000333345D50FEFE4333333338F878F3338F33F
  98.       000033334D5D0EFEF43333333388788F3338F33F0000333345D50FEFE4333333
  99.       338F878F3338F33F000033334D5D0EFEF43333333388788F3338F33F00003333
  100.       4444444444333333338F8F8FFFF8F33F00003333333333333333333333888888
  101.       8888333F00003333330000003333333333333FFFFFF3333F00003333330AAAA0
  102.       333333333333888888F3333F00003333330000003333333333338FFFF8F3333F
  103.       0000}
  104.     NumGlyphs = 2
  105.   end
  106. end
  107.